.leaflet-popup-content-wrapper{
min-width: 160px;
}

.imagenGrande {
/*  object-fit: none; /* Do not scale the image */
/*     object-position: center; /* Center the image within the element */

    max-height: 450px;
    margin: 0.5rem;
    margin-top: 0.5rem;
    object-fit: none;
      object-position: center;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  cursor: pointer;
}
.imagenpaseo {
/*  object-fit: none; /* Do not scale the image */
/*     object-position: center; /* Center the image within the element */

    max-height: 150px;
    max-width: 220px;
    margin: 0.3rem;
    margin-top: 0.5rem;
    object-fit: none;
      object-position: center;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  opacity: 0;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;

    object-fit: none;
    object-position: center;
    width: 100%;
}
.imagenpaseo:hover {
    opacity: 0;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    max-width: 320px;
}

img, svg {
  vertical-align: bottom;
}


.clase-descrip{
  font-style: italic;
    font-size: large;
}
h1 {

  margin-bottom: 15px;
}
h2 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.Grupo-detalle{
margin-top: 15px;
  margin-bottom: 15px;
/*  background-color: #fefefe;*/
  background-color: #e9ebfb;
  border-radius:0.375rem;

  display: block;
  text-align: center;
}

.prueba-related{
margin-top: 15px;
  margin-bottom: 15px;
  background-color:#e9ebfb;
  border-radius:0.375rem;
  /*border: 1px solid #c5c5c5;*/
  display: block;
  text-align: center;
}

.card-img-top {
  object-fit: none; /* Do not scale the image */
    object-position: center; /* Center the image within the element */
    width: 100%;
    max-height: 250px;
    margin-bottom: 1rem;
}

.col-lg-7 {
    flex: 0 0 auto;
  /*   width: 68.33333333%; */
  width: 100%;
  }
  .col-lg-5 {
  /*   display: flex;*/
      flex: 0 0 auto;
    /*   width: 32.66666667%; */
      width: 100%;

    }
#mynetwork {
  margin: auto;
}

.PseudoEnlace:hover {
  text-decoration: underline;
  cursor: pointer;
}
H2:hover {
text-decoration: underline;
cursor: pointer;

}
.leaflet-container {

    z-index: 50;
}
.capaFlotanteRelacionado {

  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {

  background-color: #fefefe;
/*  margin: 15% auto;  15% from the top and centered */
  margin-top: 5%;
margin-right: auto;
margin-bottom: 15%;
margin-left: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  border-radius:0.375rem;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.oculto {
            display: none;
        }
.chip {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  font-weight: 500;
}
.chip.chip-md:hover {
font-weight: 700;
font-size: 1.0rem;
color: #b6b6b6;
}
.chip.chip-md {
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
    cursor: pointer;
  }



  .chip.chip-md .close {
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
  }
  .center {
    text-align:center;
  }
.caja-imagenes {
  margin-bottom: 30px;
  margin-top: 30px;
}
h1 {
  text-align: center;
  margin-top: 10px;
}
.mapa { height: 180px; }
.formulario {
   margin: auto;
  width: 50%;
  border: 3px solid ;
text-align: center;
  padding: 10px;
margin-bottom: 10px;
border-radius: 0.375rem;
}
.div-centrado {
  margin: auto;
  width: 100%;
text-align: center;
margin-bottom: 30px;
}
.btn-primary {
  margin-bottom: 4px;
}
.titulo2 {
/* font-size: 1rem;*/
margin-top: 10px;
}
img {

}
.container-fluid{
border:  1px solid #000;
}
/*
a{
 font-size: 10px;
}*/
.div2{
 border: 1px solid ;

width: 200px;
display: inline;
}
.dropdown-menu li {
position: relative;
}
.dropdown-menu .dropdown-submenu {
display: none;
position: absolute;
left: 100%;
top: -7px;
}
.dropdown-menu .dropdown-submenu-left {
right: 100%;
left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
display: block;
}
